trigger n. (槍上的)扳機(jī);【機(jī)械工程】扳柄;閘柄;制輪(機(jī)),制滑器;【物理學(xué)】觸發(fā)器,引爆器;【化學(xué)】(連鎖反應(yīng))引起物;〔轉(zhuǎn)〕觸發(fā)物;【電學(xué)】起動(dòng)線路;起動(dòng)裝置。 pull [press] the trigger 扳扳機(jī),射擊。 quick on the trigger 打得快的;〔口語(yǔ)〕動(dòng)不動(dòng)就開(kāi)槍的;敏速的;〔美俚〕性急的;三心兩意的。 vt. 扳動(dòng)扳機(jī)射擊;觸發(fā),激起 (off)。 vi. 松開(kāi)扳柄。
Creating triggers on system tables in the database 在數(shù)據(jù)庫(kù)的系統(tǒng)表上創(chuàng)建觸發(fā)器。
With encryption obfuscates the text of the create trigger statement 對(duì)create trigger語(yǔ)句的文本進(jìn)行加密。
Create triggers and grant database permissions to the rule evaluation account 創(chuàng)建觸發(fā)器并將數(shù)據(jù)庫(kù)權(quán)限授予規(guī)則計(jì)算帳戶。
Create trigger must be the first statement in the batch and can apply to only one table Create trigger必須是批處理中的第一條語(yǔ)句,并且只能應(yīng)用于一個(gè)表。
This is the default behavior of create trigger with the compatibility level setting of 70 or higher 這是兼容級(jí)別設(shè)置等于或高于70的create trigger的默認(rèn)行為。
The with append option of create trigger can be used to create multiple triggers of the same type 可以使用create trigger的with append選項(xiàng)創(chuàng)建同一類型的多個(gè)觸發(fā)器。
Modifies the definition of a dml or ddl trigger that was previously created by the create trigger statement 修改以前使用create trigger語(yǔ)句創(chuàng)建的dml或ddl觸發(fā)器的定義。
You can create triggers for tables and views where the table and view definition is automatically detected Ddl 。您可以為表和視圖創(chuàng)建觸發(fā)器,其中將自動(dòng)檢測(cè)表和視圖的定義。
The same trigger action can be defined for more than one user action for example , insert and update in the same create trigger statement 在同一條create trigger語(yǔ)句中,可以為多種用戶操作(如insert和update )定義相同的觸發(fā)器操作。
For example , if create trigger for update is executed for a table that already has an update trigger , an additional update trigger is created 例如,如果為已經(jīng)有了update觸發(fā)器的表執(zhí)行create trigger for update ,則將再創(chuàng)建一個(gè)update觸發(fā)器。